Cool Games
Cool Games
Ubuntu Studio 20.10 connected to USB MIDI devices from Roland, Akai and Numark for S.T.E.A.M. when home schooled !
About
- Display Name
- Cool Games
- Joined
- Visits
- 5
- Last Active
- Roles
- Member
Comments
-
Problem is the web for USB and some local files are no longer accessible in SNAP implementation. If you find it able to connect to USB MIDI then I am wrong about that change. Here is the console message from Chromium just now. WebMidi could not be e…
-
I have both V2.5.1 and V3 cloned from github. I will be using v2.5.1 which is ok for the simple AKAI as 2 channel and Roland as 16 channel for note on and note off. I can see how version 3 is different but since I am already on Ubuntu Studio 20.10 w…
-
SOLVED: I mistakenly was using Chromium which is snap package without web midi USB capability. I have found that Google Chrome is required for external USB MIDI devices. Current Version 87.0.4280.66 (Official Build) (64-bit) works as it did on 20.0…
-
Update 11:45 am Sorry for frequent posts but trying to get Roland to respond like the simple Akai MPK mini play did. I change the source to V3 thus <title>Try to talk to USB MIDI device</title> <script src="https://cdn.jsdelivr.…
-
Update Dec 01, 2020 10 am EST Tried the sample you sent on Roland Go:Keys 61k and it had stuck keys so started by downloading V3.0 Alpha 2 zip which has different source than the one you sent in develop branch above. CORRECTION: 11:45 am - Not corre…
-
I tried your code and it worked ! I told you I wasn't a programmer. I learn by example. Maybe I can add some working examples in doc, wiki or source tree in github. I did testing and documentation for a computer company in the 80's. Thanks for that …
-
Should this HTML work ? <head> <title>Try to talk to USB MIDI device</title> <script src="https://cdn.jsdelivr.net/npm/webmidi"></script> </head> <body> <script> WebMidi.enable(function (e…
-
I watched Scratch 3 replace ScratchX and eliminate Flash dependency. I started looking at GUI using webpack socket in NODE for off line editor. This would add webmidi.js somehow to start to code the NRPN for the Roland Go:Keys as in the ScratchX ver…
-
WebMIDI.js prototype ! Go:Keys over USB MIDI to piano Qsynth with CARLA chapter in Handbook. https://webmidijs.org/forum/uploads/702/JVLNMUFC7Z5U.png
-
Specifically, MIDI Device greyed out - How do I get the Midi Device supported in Chrome (on Ubuntu) ? https://webmidijs.org/forum/uploads/432/548W7234JZUQ.png NOTE: WebMIDI may not be possible on Ubuntu Studio 20.10 (YET) so my work is cut out for …
-
Thanks for asking. In the Roland link is the comment. GO:KEYS ScratchX Extension (source code) uses a web technology called Web MIDI API. For details, click here. I had ScratchX working 3 years ago online and with great effort offline from Scratch…